home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / readerd.zip / READER.DOC < prev    next >
Text File  |  1993-02-12  |  4KB  |  135 lines

  1.                                                                      
  2.  
  3.                                     READER
  4.                       (C) Copyright 1993 by Stanley Sheff
  5.                         Support BBS: The Brainex System
  6.                                (310) 275-2344
  7.                                (310) 273-5234
  8.                  -------------------------------------------
  9.  
  10.    Welcome to READER. A handy way to allow your callers to read or download
  11.    text files.
  12.  
  13.    This door works with the Brainex Door Manager. If you have not installed
  14.    the Door Manager, plesse do so before you install this door.
  15.  
  16.    To install this door type:
  17.  
  18.    SETUP
  19.  
  20.    READER.EXE will be copied to the BRAINEX directory.
  21.  
  22.  
  23.    You will need to create MENU files and a DIR file.
  24.    Use the enclosed MENU, MENUG and DIR as an example.
  25.    
  26.    These samples will be copied to your BRAINEX\READER directory.
  27.  
  28.    DIR
  29.    ===
  30.    Each line of DIR contains the path and file name of a text file.
  31.  
  32.    Edit the DIR file in this format:
  33.  
  34.    DRIVE\DIRECTORY\FILENAME.EXT
  35.  
  36.    Example: 
  37.    C:\DOCS\HELP.DOC
  38.  
  39.    MENU
  40.    ====
  41.    Make a menu of your text files and name it MENU
  42.    You can also have an ANSI color menu and name it MENUG
  43.  
  44.    DIR, MENU, and MENUG should be placed in your BRAINEX\READER directory.
  45.  
  46.  
  47.    Once you have installed the door, you must then create a a batch 
  48.    file to call the door. A batch file for a GAP BBS might look like this:
  49.    
  50.    Single Node BBS sample batch file:
  51.    
  52.    @ECHO OFF
  53.    SET DSZLOG=LOG
  54.    READER
  55.  
  56.    Node 2 batch file:
  57.  
  58.     @ECHO OFF
  59.     SET DSZLOG=LOG2
  60.     READER NODE=2
  61.  
  62.    Use the NODE= command to indicate node number.
  63.  
  64.    MULTIPLE MENUS
  65.    ==============
  66.    You can have more than one set of text files for Reader.
  67.    To use different menus and files, just use the optional command
  68.    
  69.    MENU=
  70.    
  71.    Example:
  72.    
  73.    READER NODE=1 MENU=2
  74.                  
  75.    Will use the files:
  76.    DIR2
  77.    MENU2
  78.    MENU2G
  79.  
  80.    If you do not use the MENU= command, Reader will default to:
  81.    DIR
  82.    MENU
  83.    MENUG
  84.    -----------------------------------------------------------------
  85.  
  86.    You will also need to modify your doors menu files and the data
  87.    file that tells the BBS what your doors are and the security
  88.    level needed to access them. For GAP, these are respectively:
  89.    
  90.        DOORM
  91.        DOORMG
  92.        DOORS.DAT
  93.  
  94.    Please refer to your BBS documentation for details on 
  95.    setting up these files.
  96.  
  97.  
  98.    The following sysop functions are available while awaiting
  99.    keyboard input :
  100.  
  101.      F5      - Shell to DOS.
  102.      F8      - Twit user and return to BBS.
  103.     F10      - Initiate chat with user.
  104.     CF10     - Answer user MANUAL bell.
  105.     Home     - Main user stats.
  106.     End      - Displays sysop keys available.
  107.     PgDn     - Secondary user stats.
  108.     Up Arrow - Increase user's time remaining by 5 minutes.
  109.     Dn Arrow - Decrease user's time remaining by 5 minutes.
  110.  
  111.    One of the nicer features about using the TWIT key, is the user
  112.    is not told that "the sysop wants them to return to the BBS".
  113.    Instead, a very plain and simple message of "returning you to the
  114.    BBS" is displayed.  This way, the user is given no indication
  115.    that the sysop is hovering about.
  116.  
  117.    When using the F5 shell to DOS key, to return to the door
  118.    program, simply type EXIT at the DOS command prompt. It is not
  119.    necessary to change directories back to the door directory.
  120.    Manual is smart enough to know which drive and directory the
  121.    door program is in and will reset the defaults upon return from
  122.    DOS.
  123.  
  124.    The Up and Down Arrow keys increase and decrease the user's time
  125.    respectively by 5 minutes for each press of the key. There is no
  126.    indication of what is occurring (except by the fact the user's
  127.    time remaining will change), so the sysop should try not to have
  128.    a lead finger. The increase or decrease is effective only while
  129.    the user is in Reader.
  130.  
  131.  
  132.    This version of READER is a DEMO.  The download option will be 
  133.    enabled when the program is registered.
  134.  
  135.